From: Stefan Monnier Date: Sun, 30 Aug 2009 05:22:50 +0000 (+0000) Subject: (byte-compile-interactive-only-functions): Add comint-run. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10774 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=539fe94ccf613f715df91c51f7bdc2904e97c6e3;p=emacs.git (byte-compile-interactive-only-functions): Add comint-run. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 09ddbe5fe56..b9a68c3378b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2009-08-30 Stefan Monnier + * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): + Add comint-run. + * calc/calc.el: Improve commenting convention. (calc-digit-map, toplevel): Simplify. diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 1aa63e3bec0..5c18d2a4515 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -427,7 +427,7 @@ else the global value will be modified." (defvar byte-compile-interactive-only-functions '(beginning-of-buffer end-of-buffer replace-string replace-regexp insert-file insert-buffer insert-file-literally previous-line next-line - goto-line) + goto-line comint-run) "List of commands that are not meant to be called from Lisp.") (defvar byte-compile-not-obsolete-var nil